home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
internet
/
irc_i_dodatki
/
amirc1_57
/
rexx
/
leave.amirx
next >
Wrap
Text File
|
1996-03-28
|
337b
|
19 lines
/* LEAVE.AMIRX -- Leave a channel with a message
\\ written by Oliver Wagner
//
\\ Put this script in PROGDIR:rexx/ and add this as an alias with the
// command: "/alias leave /rx leave %p"
\\
*/
PARSE ARG ARGS
OPTIONS RESULTS
if ARGS = "" then do
"echo P="d2c(27)"b«Error» Usage: LEAVE text"
exit
end
'say 'ARGS
'say /!leave'